home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
050
/
bix03.arc
/
PROBLEMS.DOC
< prev
next >
Wrap
Text File
|
1986-08-04
|
975b
|
20 lines
TITLE:PROBLEMS COMPILING THE SOURCE
There are the following problems in the source as downloaded which
prevent the program from compiling. These are :-
1. In STRINGS.LIB longstring is not declared for function constastr
2. In STRINGS.LIB Str80 is not declared for function UpcaseStr
3. In STRINGS.LIB CharSet is not typed for procedure InputStr
4. Strip in STRINGS.LIB conflicts with different Strip in WINDOW.SYS
5. Parse in STRINGS.LIB conflicts with different Parse in WINDOW.SYS
6. DisplayLine, ClrEol & ReadKey are duplicated in DISPLAY.SYS
& WINDOW.SYS
7. Noise & Beep are duplicated in STRINGS.LIB & WINDOW.SYS
8. ConstStr in WINDOW.SYS and ConstaStr in STRINGS.LIB are identical
except for string declaration.
9. NewLine is duplicated in TEXTWIND.PAS & WINDOW.SYS
As an interim solution I simply renamed the conflicting procedures and
added types and vars in textwind.pas. That let me get the program
compiled and operational.